(describe-char): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 9 Nov 2003 19:38:32 +0000 (19:38 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 9 Nov 2003 19:38:32 +0000 (19:38 +0000)
lisp/descr-text.el

index dfc86a6099559e90365669abd39b6b641ac754ae..05452f359c01593e2710d61321dbae12ffd3482f 100644 (file)
@@ -566,7 +566,7 @@ as well as widgets, buttons, overlays, and text properties."
                             "by this font (glyph code)\n"
                             (format "     %s (0x%02X)"
                                     (car display) (cdr display)))
-                         "no font avairable")
+                         "no font available")
                      (if display
                          (format "terminal code %s" display)
                        "not encodable for terminal"))))))